public static final BlockRegistryObject ROUNDEL_BUSES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/buses/buses_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_COACHES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/coaches/coaches_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_DLR = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/dlr/dlr_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_ELIZEBETH = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/elizebeth/elizebeth_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_NLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/nle/nle_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_OVERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/overground/overground_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PRIDE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/pride/pride_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_RIVER = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/river/river_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_TFL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/tfl/tfl_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_TRAMS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/trams/trams_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_UNDERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/underground/underground_roundel"), () -> new Block(new RoundelBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_BUSES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/buses/buses_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_COACHES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/coaches/coaches_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_DLR = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/dlr/dlr_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_ELIZEBETH = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/elizebeth/elizebeth_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_NLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/nle/nle_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_OVERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/overground/overground_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_PRIDE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/pride/pride_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_RIVER = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/river/river_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_TFL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/tfl/tfl_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_TRAMS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/trams/trams_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SMALL_UNDERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/underground/underground_roundel_small"), () -> new Block(new RoundelSmallSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_BUSES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/buses/buses_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_COACHES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/coaches/coaches_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_DLR = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/dlr/dlr_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_ELIZEBETH = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/elizebeth/elizebeth_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_NLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/nle/nle_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_OVERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/overground/overground_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_PRIDE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/pride/pride_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_RIVER = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/river/river_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_TFL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/tfl/tfl_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_TRAMS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/trams/trams_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_SIMPLE_UNDERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/underground/underground_roundel_simple"), () -> new Block(new RoundelSignBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_BUSES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/buses/buses_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_COACHES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/coaches/coaches_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_DLR = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/dlr/dlr_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_ELIZEBETH = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/elizebeth/elizebeth_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_NLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/nle/nle_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_OVERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/overground/overground_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_PRIDE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/pride/pride_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_RIVER = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/river/river_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_TFL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/tfl/tfl_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_TRAMS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/trams/trams_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_POLE_UNDERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/underground/underground_roundel_pole"), () -> new Block(new RoundelPoleBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_BUSES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/buses/buses_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_COACHES = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/coaches/coaches_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_DLR = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/dlr/dlr_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_ELIZEBETH = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/elizebeth/elizebeth_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_NLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/nle/nle_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_OVERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/overground/overground_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_PRIDE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/pride/pride_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_RIVER = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/river/river_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_TFL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/tfl/tfl_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_TRAMS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/trams/trams_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);
public static final BlockRegistryObject ROUNDEL_PLATFORM_UNDERGROUND = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "jta:block/roundel/generated/underground/underground_roundel_platform"), () -> new Block(new RoundelPlatformBase()), CreativeTabInit.JTA_ROUNDELS);